ec76504d008262e074f67959f1a7893097ef5329,src/main/java/jeresources/collection/TradeList.java,TradeList,addITradeList,#EntityVillager.ITradeList#,56
Before Change
minSell = maxSell = sell.stackSize;
for (MerchantRecipe merchantRecipe : tempList) {
if (minBuy1 > merchantRecipe.getItemToBuy().stackSize)
minBuy1 = merchantRecipe.getItemToBuy().stackSize;
if (buy2 != null && minBuy2 > merchantRecipe.getSecondItemToBuy().stackSize)
minBuy2 = merchantRecipe.getSecondItemToBuy().stackSize;
if (minSell > merchantRecipe.getItemToSell().stackSize)
After Change
minSell = maxSell = sell.func_190916_E();
for (MerchantRecipe merchantRecipe : tempList) {
if (minBuy1 > merchantRecipe.getItemToBuy().func_190916_E())
minBuy1 = merchantRecipe.getItemToBuy().func_190916_E();
if (buy2 != null && minBuy2 > merchantRecipe.getSecondItemToBuy().func_190916_E())
minBuy2 = merchantRecipe.getSecondItemToBuy().func_190916_E();
if (minSell > merchantRecipe.getItemToSell().func_190916_E())